Skip to content

public Election::getCandidatesListAsString

Read it at the source

Description

php
public Election->getCandidatesListAsString ( ): array

Return a list of registered candidates for this election as strings.

Return value

(array) List of candidates in an array populated with strings instead of Candidate objects.


Released under the MIT License.